Uses of Interface
de.cebis.moccabox.io.i18n.ILocaleCallback

Packages that use ILocaleCallback
de.cebis.moccabox.io.i18n   
de.cebis.moccabox.model   
 

Uses of ILocaleCallback in de.cebis.moccabox.io.i18n
 

Methods in de.cebis.moccabox.io.i18n with parameters of type ILocaleCallback
 void LocaleAwareInformationRepository.setLocaleCallback(ILocaleCallback callback)
           
 void ILocaleAwareInformationRepository.setLocaleCallback(ILocaleCallback callback)
          Setzen des ILocaleCallback, das das korrespondierende Locale des IClient bereits enthält.
 

Uses of ILocaleCallback in de.cebis.moccabox.model
 

Classes in de.cebis.moccabox.model that implement ILocaleCallback
 class ModelValidator
          Validator, der den Aufruf des IModelSource unterbricht, um zu überprüfen, ob sich der Request auf ein vorhandenes Model (ModelNode) bezieht.